The drop() operator for Flow skips the first N emitted items, where N is the value that you pass to drop(). So, here, we skip the first four items, so all we print are the remaining six.

You can learn more about this in:
Tags:
Run Edit